github.com/jackc/pgx/v5.sqlLexer.nested (field)

4 uses

	github.com/jackc/pgx/v5 (current package)
		named_args.go#L158: 	nested  int // multiline comment nesting level.
		named_args.go#L388: 				l.nested++
		named_args.go#L397: 			if l.nested == 0 {
		named_args.go#L400: 			l.nested--